func html/template.isJSType

2 uses

	html/template (current package)
		escape.go#L834: 	if c.state == stateAttr && c.element == elementScript && c.attr == attrScriptType && !isJSType(string(s[:i])) {
		js.go#L394: func isJSType(mimeType string) bool {